home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_8005.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  179 lines

  1. -- background: 8005 from stack: in
  2. -- bmap block id: 9951
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.2 Title
  6. ----- HyperTalk script -----
  7. on switch
  8.   lock screen
  9.   repeat with i = 1 to the number of bg btns
  10.     set the hilite of bg btn i to false
  11.   end repeat
  12.   set the hilite of the target to true
  13.   hide field "Objectives"
  14.   hide field "Prerequisites"
  15.   hide field "Summary"
  16.   show fld (the short name of the target)
  17. end switch
  18.  
  19.  
  20. -- part 3 (field)
  21. -- low flags: 01
  22. -- high flags: 0000
  23. -- rect: left=18 top=1 right=38 bottom=442
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 0
  27. -- font id: 156
  28. -- text size: 24
  29. -- style flags: 10240
  30. -- line height: 32
  31. -- part name: Title
  32.  
  33.  
  34. -- part 25 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=478 top=319 right=341 bottom=498
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1238 / 1238
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Prev
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   lock screen
  49.   go prev
  50.   unlock screen with scroll right
  51. end mouseUp
  52.  
  53.  
  54. -- part 26 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=493 top=319 right=341 bottom=512
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 1237 / 1237
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Next
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   lock screen
  69.   go next
  70.   unlock screen with scroll left
  71. end mouseUp
  72.  
  73.  
  74. -- part 27 (button)
  75. -- low flags: 00
  76. -- high flags: 0000
  77. -- rect: left=482 top=294 right=320 bottom=509
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 1235 / 1235
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Last Menu
  86.  
  87.  
  88. -- part 28 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=482 top=176 right=205 bottom=511
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 162 / 162
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Help
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   Help
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 29 (button)
  108. -- low flags: 00
  109. -- high flags: 2000
  110. -- rect: left=480 top=143 right=172 bottom=511
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 1310 / 1310
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Student Services
  119. ----- HyperTalk script -----
  120. on mousedown
  121.   SSpopUp
  122. end mousedown
  123.  
  124. on mouseup
  125.   if the mouseloc is not within the rect of me then exit to hyperCard
  126.   doSS
  127. end mouseup
  128.  
  129.  
  130.  
  131. -- part 30 (button)
  132. -- low flags: 00
  133. -- high flags: 0000
  134. -- rect: left=443 top=5 right=72 bottom=512
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Instant Reference
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   instantReference "1.1.2"
  146. end mouseUp
  147.  
  148.  
  149. -- part 33 (field)
  150. -- low flags: 81
  151. -- high flags: 0001
  152. -- rect: left=423 top=0 right=13 bottom=466
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 65535
  156. -- font id: 4
  157. -- text size: 9
  158. -- style flags: 0
  159. -- line height: 12
  160. -- part name: CardTitle
  161.  
  162.  
  163. -- part 34 (button)
  164. -- low flags: 00
  165. -- high flags: 2000
  166. -- rect: left=482 top=208 right=234 bottom=509
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 1234 / 1234
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: Lesson
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   lesson "1.1.2"
  178. end mouseUp
  179.